projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae4e87
)
pull: Fix iteration over directories
author
Colin Walters
<walters@verbum.org>
Mon, 14 Nov 2011 20:13:20 +0000
(15:13 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 14 Nov 2011 20:13:20 +0000
(15:13 -0500)
ostree/ot-builtin-pull.c
patch
|
blob
|
history
diff --git
a/ostree/ot-builtin-pull.c
b/ostree/ot-builtin-pull.c
index 572b7a8183be17089faf0ce5e91f47320cf719b5..d7022190565e4dcd7fd5466c02ee2d91c31d971c 100644
(file)
--- a/
ostree/ot-builtin-pull.c
+++ b/
ostree/ot-builtin-pull.c
@@
-173,6
+173,7
@@
store_tree_recurse (OstreeRepo *repo,
goto out;
}
+ n = g_variant_n_children (dirs_variant);
for (i = 0; i < n; i++)
{
const char *dirname;